*Device supports depth buffering using w. :(Device supports anisotropic filtering. :9The driver can perform patterned drawing lines or fills: 9Calculates the fog value by referring to a lookup table: HDevice can anti-alias lines forming the convex<BR> outline of objects: 1Supports level-of-detail (LOD) bias adjustments: 9Calculates the fog value by referring to a lookup table: NCalculates the fog value during the lighting <BR>operation, and interpolates:
Z-Buffer: Always pass the z test.2Pass the z test if the new z equals the current z.;Pass the z test if the new z is greater than the current z.KPass the z test if the new z is greater<BR> than or equal to the current z.8Pass the z test if the new z is less than the current z.HPass the z test if the new z is less than or<BR> equal to the current z.Always fail the z test.